This is the revision history for sort a hash in <freenode.net:#perlbot>

factoid_idsubjectcopulapredicateauthornamespace
5632 sort a hash is You can't sort a hash, but you can sort its keys according to their values: sort { $hash{$a} <=> $hash{$b} } keys %hash perlbot <*:##NULL>